
.html{
    overflow-x: hidden;
}

.all{
     background-image: linear-gradient(rgb(255, 106, 106), rgb(255, 179, 80));
     background-size: 100%;
}


body{
    background: rgba(0, 0, 0, 0);
    margin: 0px;

    color: #ffffff;
    font-family: 'Nunito', sans-serif;

    background-size: auto;
    background-position-y: -700px;
    background-repeat: no-repeat;

    font-weight: normal;
    text-align: center;
    font-size: 18px;
}

.Tema{
    font-weight: bold;
    font-size: 25px;
}

.Titulo{
    background: rgb(19, 19, 19);
    overflow: hidden;
    padding: 20px 10px;

    padding-top: 50px;
    padding-bottom: 40px;

    margin-top: 0px;
}


.tab {
    background-color: rgb(0, 0, 0);
    color: white;
    
    border: none;
    outline: none;
    cursor: pointer;

    padding: 20px 10px;

    width: 100%;
    height: 100px;

    margin-inline: -5%;    

  }

.tab_img{
    image-resolution: 20%;
}

.tab:hover{
    /*background-color: rgba(0, 0, 0, 0.138)*/
    background-image: linear-gradient(to bottom right, rgb(255, 106, 106), rgb(255, 179, 80));
  }


.Fecha{
    /*margin-top: -25px;

    margin-inline: -4%;

    height: 50px;

    background: rgba(19,19,19);*/
    font-weight: normal;
    font-size: 20px;
}

.Tema{
    margin-top: 50px;
    margin-bottom: 50px;
}

.parrafo{
    font-weight: normal;
    font-size: 18px;
    margin-inline: 40px;

    margin-top: 50px;
    margin-bottom: 50px;
}

.link{
    color: #ffffff;
}


/*Footer & Copyright notice*/
.footer{
    bottom: 0;
    background: rgba(0,0,0,1);
    padding-bottom: 25px;
    padding-top: 15px;
    margin: auto;
    margin-left: auto;

    
    align-items: center;
    justify-content: center;

    margin-top: 40px;

}

.Copyright{
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
    

}


/*
@media (max-width: 360px){
    .Titulo{
        background: rgb(19, 19, 19);
        background-position: auto;
        background-position-y: -700px;
    
        margin-left: 0px;
        height: 75px;
        width: auto;
    
        margin-inline: -8%;
        margin-top: -10%;
    
        padding-top: 40px;
    
        font-weight: bolder;
        font-size: 20px;
    
        z-index: 1;
    }

    body{
        background: rgba(0, 0, 0, 0);
        margin: 25px;

        color: #ffffff;
        font-family: 'Nunito', sans-serif;
    
        font-weight: normal;
        text-align: center;
        font-size: 18px;
    }
    .all{
        background-image: linear-gradient(rgb(255, 106, 106), rgb(255, 179, 80));
        background-size: 100%;
    }

}

@media (max-width: 411px){
    .Titulo{
        background: rgb(19, 19, 19);
        background-position: auto;
        background-position-y: -700px;
    
        margin-left: 0px;
        height: 70px;
        width: auto;
    
        margin-inline: -8%;
        margin-top: -10%;
    
        padding-top: 50px;
    
        font-weight: bolder;
        font-size: 20px;
    
        z-index: 1;
    }

    body{
        background: rgba(0, 0, 0, 0);
        margin: 25px;

        color: #ffffff;
        font-family: 'Nunito', sans-serif;
    
        font-weight: normal;
        text-align: center;
        font-size: 18px;
    }
    .all{
        background-image: linear-gradient(rgb(255, 106, 106), rgb(255, 179, 80));
        background-size: 100%;
    }

}

@media (max-width: 280px){
    .Titulo{
        background: rgb(19, 19, 19);
        background-position: auto;
        background-position-y: -700px;
    
        margin-left: 0px;
        height: 70px;
        width: auto;
    
        margin-inline: -11%;
        margin-top: -11%;
    
        padding-top: 50px;
    
        font-weight: bolder;
        font-size: 20px;
    
        z-index: 1;
    }

    body{
        background: rgba(0, 0, 0, 0);
        margin: 25px;

        color: #ffffff;
        font-family: 'Nunito', sans-serif;
    
        font-weight: normal;
        text-align: center;
        font-size: 18px;
    }
    .all{
        background-image: linear-gradient(rgb(255, 106, 106), rgb(255, 179, 80));
        background-size: 100%;
    }

}
